From 0f49ab6da351d8ef2ca0cb8715dde4955003a3de Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 9 Jul 2009 18:56:26 +0000 Subject: [PATCH] (syms_of_ntproc) : Doc fix. --- src/w32proc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/w32proc.c b/src/w32proc.c index 90425175539..40829f0d63e 100644 --- a/src/w32proc.c +++ b/src/w32proc.c @@ -2367,9 +2367,9 @@ the truename of a file can be slow. */); DEFVAR_LISP ("w32-get-true-file-attributes", &Vw32_get_true_file_attributes, doc: /* Non-nil means determine accurate file attributes in `file-attributes'. This option controls whether to issue additional system calls to determine -accurate link counts, file type, and ownership information. It is only +accurate link counts, file type, and ownership information. It is more useful for files on NTFS volumes, where hard links and file security are -supported. +supported, than on volumes of the FAT family. Without these system calls, link count will always be reported as 1 and file ownership will be attributed to the current user. -- 2.30.2